POV-Ray : Newsgroups : povray.binaries.images : Robot Hand WIP : Re: Robot Hand WIP Server Time
16 Aug 2024 16:17:24 EDT (-0400)
  Re: Robot Hand WIP  
From: Zeger Knaepen
Date: 18 Jan 2002 18:40:03
Message: <3c48b253@news.povray.org>
Looks good!
What do you think about this texture as main texture? (just a quick
metaltexture I just made)
 texture {
  average
  texture_map {
   #declare Seed=seed(56);
   #declare Samples=20;
   #declare I=0;
   #while (I<Samples)
    [1
    pigment {
     average
     pigment_map {
      [1
      crackle solid
      color_map {
       [0 rgb <.9,.95,1>]
       [1 rgb <.8,.85,.9>/2]
      }
      scale .25
      ]
      [1
      granite scale .5
      color_map {
       [0 rgb <.5,.4,.3>]
       [1 rgb <1,.9,.8>]
      }
      ]
     }
    }
    normal {
     granite .5
     rotate z*45
     translate rand(Seed)
     scale 10000
    }
    finish {
     ambient 0
     diffuse .8 brilliance 5
     specular 1 roughness .01 metallic
     irid {
      .2
      thickness .5
      turbulence 1
     }
     reflection .5 reflect_metallic
    }
    ]
    #declare I=I+1;
   #end
  }
 }

(You might need to change some things if you want to use this for POV-Ray
3.5)

Oh yeah, one remark: it seems like your thumb can't do all the motions a
human thumb can.  Am I right?

cu!
--
ZK AKA SaD
http://www.povplace.be.tf
"I've never understood why it should be necessary to become irrational in
order to prove that you care... Or why it should be necessary to prove it at
all."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.